type go.opentelemetry.io/otel/trace.autoTracer
6 uses
go.opentelemetry.io/otel/trace (current package)
auto.go#L44: return autoTracer{
auto.go#L51: type autoTracer struct {
auto.go#L57: var _ Tracer = autoTracer{}
auto.go#L59: func (t autoTracer) Start(ctx context.Context, name string, opts ...SpanStartOption) (context.Context, Span) {
auto.go#L84: func (*autoTracer) start(
auto.go#L97: func (t autoTracer) traces(name string, cfg SpanConfig, sc, psc SpanContext) (*telemetry.Traces, *telemetry.Span) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |